home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.june.archive / 000101_crash!minyos.xx….OZ.AU!s924723_Wed, 16 Jun 93 17:50:16 PST.msg < prev    next >
Text File  |  1993-08-31  |  3KB  |  62 lines

  1. Received: by bkhouse.cts.com (V1.16/Amiga)
  2.     id AA00000; Wed, 16 Jun 93 17:50:16 PST
  3. Received: from peladon.rmit.OZ.AU by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #15) id m0o67R2-0000dBC; Wed, 16 Jun 93 17:02 PDT
  5. Received: from minyos.xx.rmit.OZ.AU by peladon.rmit.OZ.AU with SMTP id AA13616
  6.   (5.65c/IDA-1.4.4 for <amigae@bkhouse.cts.com>); Thu, 17 Jun 1993 10:01:19 +1000
  7. Received: by minyos.xx.rmit.oz.au
  8. Message-Id: <9306170000.3406@minyos.xx.rmit.oz.au>
  9. Date: Thu, 17 Jun 1993 10:00:43 +1000 (EST)
  10. In-Reply-To: <E141E1B2C0005618@SARA.NL> from "Wouter van Oortmerssen" at Jun 16, 93 03:11:00 pm
  11. X-Mailer: ELM [version 2.4 PL22]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 1919
  16. From: s924723@minyos.xx.rmit.OZ.AU (Son Huu Le)
  17. To: amigae@bkhouse.cts.com
  18. Subject: Re: misc.
  19.  
  20. > >> For Wouter.. Pascal supports DEC, INC, Val, Shl and Shr. However it doesn't
  21. > it isn't wirth's pascal (turbo?), but ok.
  22.  
  23. Oops forgot to mention it's MSDOS Tubro Pascal. It's standard to me. (;
  24.  
  25. > >> support hexadecimal notation (probably not binary either). One extra thing
  26. > >> I'd like on the informative list comparison you did is Link Lists.
  27. > if you mean [], pascal hasn't got anything that even comes close.
  28. > if you mean OBJECTs with a "next" field in it, what is there to be
  29. > compared?
  30.  
  31. I always thought Linked Lists were a bit like linked records or linked lists
  32. in C (I not too sure using C). The general gist is that it's an object with an
  33. extra field called next which contains a pointer to the next structure, which
  34. E does automatically. How does E do Link(a,b) when a,b are strings and what
  35. does it mean to have to linked strings.. I don't know.
  36.  
  37. > >> Son Le
  38. > >> Iconvert now converts LABELs to empty substructures which don't interfere
  39. > >> with the rest of the structure, while permitting you to access LABELs.
  40. > >> So now all you need to do is convert the relevant '.i' file, and henceforth
  41. > >> when you want ap_Buf (in arp or dosasl) you simply type anchor.buf!!
  42. > that's all very nice, but remember you're making a non-standard
  43. > extension to the language... the fact that EC accepts your arrays of
  44. > lenght 0 is pure luck: I don't support this for any future releases.
  45. > (EC accepts it because it assumes the modules to be correct)
  46. > Wouter
  47.  
  48. I kinda realised it was sorta breaking the structure, but it works! I didn't
  49. think it'd hurt too much as the '.i' files contain pretty much the same thing
  50. , just look at dosasl.i, anyhow if you'renot gonna officially support it how
  51. about putting a LABEL directive in the modules. It's kinda standard to use
  52. anchor.buf for the filename, if you have to use anchor+SIZEOF anchorpath,
  53. it makes E a bit more primitive to use.
  54.  
  55. Son Le
  56.